-
-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(YouTube - Player flyout menu): Hide sleep timer #3637
feat(YouTube - Player flyout menu): Hide sleep timer #3637
Conversation
If you press |
If the user still 'awake' then press close to continue watching, or simply ignore it (sleep) then screen will go off by itself. |
@LisoUseInAIKyrios the tittle shouldn't changed, it's to unlock the timer, not to remove it, imo |
The PR title is the same as the patch name, and its similar to the This PR removes all restrictions for using the sleep timer, including the a/b account selection restriction since sleep timer is an experimental feature. |
This could use a new hide fly out setting, to hide the feature if the user doesn't want it. Looks like the buffer string |
...main/kotlin/app/revanced/patches/youtube/layout/buttons/player/flyout/SleepTimerMenuPatch.kt
Outdated
Show resolved
Hide resolved
...main/kotlin/app/revanced/patches/youtube/layout/buttons/player/flyout/SleepTimerMenuPatch.kt
Outdated
Show resolved
Hide resolved
@zainarbani For me, the sleep timer appears in two places in the flyout menu. Without this PR I already have it in the root flyout menu, and with this patch it shows a second time in the additional settings menu. There must be two different feature flags. Ideally this would set one flag as true and the other as false to prevent duplicates. |
feefb56
to
a371631
Compare
I just realized that this features was now enabled by default on stock |
In ReVanced when I switch to a non premium account after using my premium account, the sleep timer is present for non premium. But when I use the same account with un-patched YouTube the sleep timer is not present. Maybe it hasn't rolled out to my stock YouTube because I almost never open it. So maybe this isn't needed anymore. The hide fly out function can be kept, so can remove the feature flag patch and still use this PR. |
But I don't have this menu item either on the root page or in the flyout menu, I've never had a premium account, so it seems to me that this PR is still needed. |
@LisoUseInAIKyrios @MarcaDian I think duplicated menu is fixed now, can you confirm on your end? |
@zainarbani The duplicate flyout menu is fixed for me. The sleep timer does not appear to be a Premium exclusive feature, and it seems to be rolling out to all users. It's useful to enable the feature now, but a dedicated patch may soon be obsolete. Maybe the feature flag change can be rolled into |
I tested the last commit, but now I don't have this |
Or maybe there's two feature flags for different menu locations. Because the sleep timer works for me without this PR. |
I get this new sleep timer as default on revanced yt 19.34.42. Spoof streams turned off tho, and i'm not premium user. |
@MarcaDian Try clearing stock app data. Sometimes sleep timer menu are delayed or not showing on the root flyout menu (probably still calculating the video lengths), you need to re-open flyout menu. |
Off topic but it seems modern miniplayer & new cairo setting layout are now enabled by default on stock app. |
Now I got the flag too. New Cairo boot animation, cairo seekbar, modern miniplayer and Sleep Timer item has appeared without this PR. |
I assume its pretty safe to remove the feature flag patch now |
@oSumAtrIX @LisoUseInAIKyrios btw, is there a plan to enable the new cairo settings layout? just in case the old layout removed by youtube. |
Eventually, yeah. Allowing the Cairo settings breaks some patches (such as seekbar color, background playback), so it's more than just fixing the settings menu. |
Just a question, is it possible to make Cairo seekbar always in color? because usually it is gray when not clicked on the player. We can also add |
If you turn on custom seekbar color, then the seekbar is always that color and not white when in dark mode. But with custom color it's no longer Cairo gradient style. The downside to that patch is it's a patch time change and not runtime. The Cairo gradient color is now hooked in the code, and instead of overriding both start and end with the same custom color it could be possible to pick two colors in the setting. Edit: using two custom colors might look out of place since it would be a mix of single color and gradient in different places. Some places it draws a single color (such as dark mode where it's white), and the feature flag to disable the broken Cairo settings also changes the seekbar to solid color in a few places. Edit 2: Even with the Cairo settings enabled, the seekbar is not gradient everywhere. Allowing custom gradients may not be very useful, especially since the custom gradients chosen must visually make sense otherwise the gradient looks like a mess. |
4fa3ac7
to
c6738ce
Compare
c6738ce
to
08b71b4
Compare
# [4.18.0-dev.7](v4.18.0-dev.6...v4.18.0-dev.7) (2024-11-06) ### Bug Fixes * **MyFitnessPal - Hide ads:** Constrain patch to last working version ([#3847](#3847)) ([e152765](e152765)) * **YouTube - Copy video URL:** Support A/B player layout ([b7b97eb](b7b97eb)) * **YouTube - Custom branding:** Change icon correctly on 19.34+ ([#3866](#3866)) ([c4186fe](c4186fe)) * **YouTube - Hide ads:** Hide new types of ads ([5394bf7](5394bf7)) * **YouTube - Hide layout components:** Remove obsolete 'Hide gray separator' ([9436637](9436637)) * **YouTube - Playback speed:** Restore old playback speed menu ([#3817](#3817)) ([888d0ce](888d0ce)) * **YouTube - Remove background playback restrictions:** Enable for Shorts as well ([#3671](#3671)) ([894e2e9](894e2e9)) * **YouTube - Return YouTube Dislike:** Use latest separator height ([f1b04b7](f1b04b7)) * **YouTube - Seekbar:** Use latest shade of YouTube red ([5ad2350](5ad2350)) * **YouTube - Settings:** Use multiline preference title for localized languages ([#3821](#3821)) ([48c6b7f](48c6b7f)) * **YouTube - SponsorBlock:** Show correct segment behavior in settings UI after importing ([deb1d41](deb1d41)) * **YouTube - Spoof app version:** Remove obsolete 17.33.42 spoof target ([#3825](#3825)) ([0d73164](0d73164)) * **YouTube:** Merge `Restore old seekbar thumbnails` into `Seekbar thumbnails` ([#3860](#3860)) ([577b187](577b187)) ### Features * **YouTube - Hide player flyout menu items:** Hide stable volume ([#3827](#3827)) ([8a01a6c](8a01a6c)) * **YouTube - Miniplayer:** Add horizontal drag gesture ([#3859](#3859)) ([a569569](a569569)) * **YouTube - Player flyout menu:** Hide sleep timer ([#3637](#3637)) ([8dead48](8dead48)) * **YouTube:** Add `Seekbar thumbnails` patch ([#3813](#3813)) ([50e3d0e](50e3d0e)) * **YouTube:** Support version `19.43.41` ([#3854](#3854)) ([0cad269](0cad269))
# [5.0.0-dev.1](v4.18.0-dev.6...v5.0.0-dev.1) (2024-11-06) ### Bug Fixes * **MyFitnessPal - Hide ads:** Constrain patch to last working version ([#3847](#3847)) ([f9fa526](f9fa526)) * **YouTube - Copy video URL:** Support A/B player layout ([0f42574](0f42574)) * **YouTube - Custom branding:** Change icon correctly on 19.34+ ([#3866](#3866)) ([2e47903](2e47903)) * **YouTube - Hide ads:** Hide new types of ads ([454281a](454281a)) * **YouTube - Hide layout components:** Remove obsolete 'Hide gray separator' ([a697701](a697701)) * **YouTube - Playback speed:** Restore old playback speed menu ([#3817](#3817)) ([806b210](806b210)) * **YouTube - Remove background playback restrictions:** Enable for Shorts as well ([#3671](#3671)) ([7db1a77](7db1a77)) * **YouTube - Return YouTube Dislike:** Use latest separator height ([ae160a3](ae160a3)) * **YouTube - Seekbar:** Use latest shade of YouTube red ([4b77648](4b77648)) * **YouTube - Settings:** Use multiline preference title for localized languages ([#3821](#3821)) ([ff85d49](ff85d49)) * **YouTube - SponsorBlock:** Show correct segment behavior in settings UI after importing ([e3f25a0](e3f25a0)) * **YouTube - Spoof app version:** Remove obsolete 17.33.42 spoof target ([#3825](#3825)) ([33aeba2](33aeba2)) * **YouTube:** Merge `Restore old seekbar thumbnails` into `Seekbar thumbnails` ([#3860](#3860)) ([e377b1e](e377b1e)) ### Build System * Bump ReVanced Patcher ([eee1692](eee1692)) ### Features * **YouTube - Hide player flyout menu items:** Hide stable volume ([#3827](#3827)) ([b91e932](b91e932)) * **YouTube - Miniplayer:** Add horizontal drag gesture ([#3859](#3859)) ([e32b19e](e32b19e)) * **YouTube - Player flyout menu:** Hide sleep timer ([#3637](#3637)) ([7e1bdab](7e1bdab)) * **YouTube:** Add `Seekbar thumbnails` patch ([#3813](#3813)) ([5988b75](5988b75)) * **YouTube:** Support version `19.43.41` ([#3854](#3854)) ([85de5c7](85de5c7)) ### BREAKING CHANGES * Various APIs have been changed or removed.
# [5.0.0-dev.1](v4.17.0...v5.0.0-dev.1) (2024-11-07) ### Bug Fixes * **MyFitnessPal - Hide ads:** Constrain patch to last working version ([ReVanced#3847](https://github.com/beltra/revanced-patches/issues/3847)) ([f9fa526](f9fa526)) * **Twitter - Change link sharing domain:** Support latest app version ([ReVanced#3786](https://github.com/beltra/revanced-patches/issues/3786)) ([b54592c](b54592c)) * **YouTube - Copy video URL:** Support A/B player layout ([0f42574](0f42574)) * **YouTube - Custom branding:** Change icon correctly on 19.34+ ([ReVanced#3866](https://github.com/beltra/revanced-patches/issues/3866)) ([2e47903](2e47903)) * **YouTube - Hide ads:** Hide new types of ads ([454281a](454281a)) * **YouTube - Hide layout components:** Move hide chips settings to Feed menu ([1ed677f](1ed677f)) * **YouTube - Hide layout components:** Remove obsolete 'Hide gray separator' ([a697701](a697701)) * **YouTube - Playback speed:** Remember playback speed with new speed menu ([ReVanced#3810](https://github.com/beltra/revanced-patches/issues/3810)) ([c3a5e14](c3a5e14)) * **YouTube - Playback speed:** Restore old playback speed menu ([ReVanced#3817](https://github.com/beltra/revanced-patches/issues/3817)) ([806b210](806b210)) * **YouTube - Remove background playback restrictions:** Enable for Shorts as well ([ReVanced#3671](https://github.com/beltra/revanced-patches/issues/3671)) ([7db1a77](7db1a77)) * **YouTube - Return YouTube Dislike:** Use latest separator height ([ae160a3](ae160a3)) * **YouTube - Seekbar:** Use latest shade of YouTube red ([4b77648](4b77648)) * **YouTube - Settings:** Use multiline preference title for localized languages ([ReVanced#3821](https://github.com/beltra/revanced-patches/issues/3821)) ([ff85d49](ff85d49)) * **YouTube - SponsorBlock:** Show correct segment behavior in settings UI after importing ([e3f25a0](e3f25a0)) * **YouTube - Spoof app version:** Remove obsolete 17.33.42 spoof target ([ReVanced#3825](https://github.com/beltra/revanced-patches/issues/3825)) ([33aeba2](33aeba2)) * **YouTube:** Merge `Restore old seekbar thumbnails` into `Seekbar thumbnails` ([ReVanced#3860](https://github.com/beltra/revanced-patches/issues/3860)) ([e377b1e](e377b1e)) ### Build System * Bump ReVanced Patcher ([eee1692](eee1692)) ### Features * **YouTube - Hide layout components:** Hide player shopping shelf ([ReVanced#3804](https://github.com/beltra/revanced-patches/issues/3804)) ([1952f3b](1952f3b)) * **YouTube - Hide player flyout menu items:** Hide stable volume ([ReVanced#3827](https://github.com/beltra/revanced-patches/issues/3827)) ([b91e932](b91e932)) * **YouTube - Miniplayer:** Add horizontal drag gesture ([ReVanced#3859](https://github.com/beltra/revanced-patches/issues/3859)) ([e32b19e](e32b19e)) * **YouTube - Player flyout menu:** Hide sleep timer ([ReVanced#3637](https://github.com/beltra/revanced-patches/issues/3637)) ([7e1bdab](7e1bdab)) * **YouTube:** Add `Seekbar thumbnails` patch ([ReVanced#3813](https://github.com/beltra/revanced-patches/issues/3813)) ([5988b75](5988b75)) * **YouTube:** Add `Shorts autoplay` patch ([ReVanced#3794](https://github.com/beltra/revanced-patches/issues/3794)) ([96b5aed](96b5aed)) * **YouTube:** Hide player shopping shelf in playlists ([ReVanced#3806](https://github.com/beltra/revanced-patches/issues/3806)) ([a553a13](a553a13)) * **YouTube:** Merge multiple layout patches into `Hide Layout Components` ([ReVanced#3799](https://github.com/beltra/revanced-patches/issues/3799)) ([bbcb57a](bbcb57a)) * **YouTube:** Merge multiple player overlay patches into `Hide player overlay buttons` ([ReVanced#3800](https://github.com/beltra/revanced-patches/issues/3800)) ([4ba0300](4ba0300)) * **YouTube:** Support version `19.43.41` ([ReVanced#3854](https://github.com/beltra/revanced-patches/issues/3854)) ([85de5c7](85de5c7)) ### BREAKING CHANGES * Various APIs have been changed or removed.
# [5.0.0-dev.1](v4.17.0...v5.0.0-dev.1) (2024-11-08) ### Bug Fixes * **MyFitnessPal - Hide ads:** Constrain patch to last working version ([ReVanced#3847](https://github.com/E85Addicts/revanced-patches/issues/3847)) ([f9fa526](f9fa526)) * **Twitter - Change link sharing domain:** Support latest app version ([ReVanced#3786](https://github.com/E85Addicts/revanced-patches/issues/3786)) ([b54592c](b54592c)) * **YouTube - Copy video URL:** Support A/B player layout ([0f42574](0f42574)) * **YouTube - Custom branding:** Change icon correctly on 19.34+ ([ReVanced#3866](https://github.com/E85Addicts/revanced-patches/issues/3866)) ([2e47903](2e47903)) * **YouTube - Hide ads:** Hide new types of ads ([454281a](454281a)) * **YouTube - Hide layout components:** Move hide chips settings to Feed menu ([1ed677f](1ed677f)) * **YouTube - Hide layout components:** Remove obsolete 'Hide gray separator' ([a697701](a697701)) * **YouTube - Playback speed:** Remember playback speed with new speed menu ([ReVanced#3810](https://github.com/E85Addicts/revanced-patches/issues/3810)) ([c3a5e14](c3a5e14)) * **YouTube - Playback speed:** Restore old playback speed menu ([ReVanced#3817](https://github.com/E85Addicts/revanced-patches/issues/3817)) ([806b210](806b210)) * **YouTube - Remove background playback restrictions:** Enable for Shorts as well ([ReVanced#3671](https://github.com/E85Addicts/revanced-patches/issues/3671)) ([7db1a77](7db1a77)) * **YouTube - Return YouTube Dislike:** Use latest separator height ([ae160a3](ae160a3)) * **YouTube - Seekbar:** Use latest shade of YouTube red ([4b77648](4b77648)) * **YouTube - Settings:** Use multiline preference title for localized languages ([ReVanced#3821](https://github.com/E85Addicts/revanced-patches/issues/3821)) ([ff85d49](ff85d49)) * **YouTube - SponsorBlock:** Show correct segment behavior in settings UI after importing ([e3f25a0](e3f25a0)) * **YouTube - Spoof app version:** Remove obsolete 17.33.42 spoof target ([ReVanced#3825](https://github.com/E85Addicts/revanced-patches/issues/3825)) ([33aeba2](33aeba2)) * **YouTube:** Merge `Restore old seekbar thumbnails` into `Seekbar thumbnails` ([ReVanced#3860](https://github.com/E85Addicts/revanced-patches/issues/3860)) ([e377b1e](e377b1e)) ### Build System * Bump ReVanced Patcher ([eee1692](eee1692)) ### Features * **YouTube - Hide layout components:** Hide player shopping shelf ([ReVanced#3804](https://github.com/E85Addicts/revanced-patches/issues/3804)) ([1952f3b](1952f3b)) * **YouTube - Hide player flyout menu items:** Hide stable volume ([ReVanced#3827](https://github.com/E85Addicts/revanced-patches/issues/3827)) ([b91e932](b91e932)) * **YouTube - Miniplayer:** Add horizontal drag gesture ([ReVanced#3859](https://github.com/E85Addicts/revanced-patches/issues/3859)) ([e32b19e](e32b19e)) * **YouTube - Player flyout menu:** Hide sleep timer ([ReVanced#3637](https://github.com/E85Addicts/revanced-patches/issues/3637)) ([7e1bdab](7e1bdab)) * **YouTube:** Add `Seekbar thumbnails` patch ([ReVanced#3813](https://github.com/E85Addicts/revanced-patches/issues/3813)) ([5988b75](5988b75)) * **YouTube:** Add `Shorts autoplay` patch ([ReVanced#3794](https://github.com/E85Addicts/revanced-patches/issues/3794)) ([96b5aed](96b5aed)) * **YouTube:** Hide player shopping shelf in playlists ([ReVanced#3806](https://github.com/E85Addicts/revanced-patches/issues/3806)) ([a553a13](a553a13)) * **YouTube:** Merge multiple layout patches into `Hide Layout Components` ([ReVanced#3799](https://github.com/E85Addicts/revanced-patches/issues/3799)) ([bbcb57a](bbcb57a)) * **YouTube:** Merge multiple player overlay patches into `Hide player overlay buttons` ([ReVanced#3800](https://github.com/E85Addicts/revanced-patches/issues/3800)) ([4ba0300](4ba0300)) * **YouTube:** Support version `19.43.41` ([ReVanced#3854](https://github.com/E85Addicts/revanced-patches/issues/3854)) ([85de5c7](85de5c7)) ### BREAKING CHANGES * Various APIs have been changed or removed.
# [5.0.0-dev.1](v4.17.0...v5.0.0-dev.1) (2024-11-08) ### Bug Fixes * **MyFitnessPal - Hide ads:** Constrain patch to last working version ([ReVanced#3847](https://github.com/E85Addicts/revanced-patches/issues/3847)) ([f9fa526](f9fa526)) * **Twitter - Change link sharing domain:** Support latest app version ([ReVanced#3786](https://github.com/E85Addicts/revanced-patches/issues/3786)) ([b54592c](b54592c)) * **YouTube - Copy video URL:** Support A/B player layout ([0f42574](0f42574)) * **YouTube - Custom branding:** Change icon correctly on 19.34+ ([ReVanced#3866](https://github.com/E85Addicts/revanced-patches/issues/3866)) ([2e47903](2e47903)) * **YouTube - Hide ads:** Hide new types of ads ([454281a](454281a)) * **YouTube - Hide layout components:** Move hide chips settings to Feed menu ([1ed677f](1ed677f)) * **YouTube - Hide layout components:** Remove obsolete 'Hide gray separator' ([a697701](a697701)) * **YouTube - Playback speed:** Remember playback speed with new speed menu ([ReVanced#3810](https://github.com/E85Addicts/revanced-patches/issues/3810)) ([c3a5e14](c3a5e14)) * **YouTube - Playback speed:** Restore old playback speed menu ([ReVanced#3817](https://github.com/E85Addicts/revanced-patches/issues/3817)) ([806b210](806b210)) * **YouTube - Remove background playback restrictions:** Enable for Shorts as well ([ReVanced#3671](https://github.com/E85Addicts/revanced-patches/issues/3671)) ([7db1a77](7db1a77)) * **YouTube - Return YouTube Dislike:** Use latest separator height ([ae160a3](ae160a3)) * **YouTube - Seekbar:** Use latest shade of YouTube red ([4b77648](4b77648)) * **YouTube - Settings:** Use multiline preference title for localized languages ([ReVanced#3821](https://github.com/E85Addicts/revanced-patches/issues/3821)) ([ff85d49](ff85d49)) * **YouTube - SponsorBlock:** Show correct segment behavior in settings UI after importing ([e3f25a0](e3f25a0)) * **YouTube - Spoof app version:** Remove obsolete 17.33.42 spoof target ([ReVanced#3825](https://github.com/E85Addicts/revanced-patches/issues/3825)) ([33aeba2](33aeba2)) * **YouTube:** Merge `Restore old seekbar thumbnails` into `Seekbar thumbnails` ([ReVanced#3860](https://github.com/E85Addicts/revanced-patches/issues/3860)) ([e377b1e](e377b1e)) ### Build System * Bump ReVanced Patcher ([eee1692](eee1692)) ### Features * **YouTube - Hide layout components:** Hide player shopping shelf ([ReVanced#3804](https://github.com/E85Addicts/revanced-patches/issues/3804)) ([1952f3b](1952f3b)) * **YouTube - Hide player flyout menu items:** Hide stable volume ([ReVanced#3827](https://github.com/E85Addicts/revanced-patches/issues/3827)) ([b91e932](b91e932)) * **YouTube - Miniplayer:** Add horizontal drag gesture ([ReVanced#3859](https://github.com/E85Addicts/revanced-patches/issues/3859)) ([e32b19e](e32b19e)) * **YouTube - Player flyout menu:** Hide sleep timer ([ReVanced#3637](https://github.com/E85Addicts/revanced-patches/issues/3637)) ([7e1bdab](7e1bdab)) * **YouTube:** Add `Seekbar thumbnails` patch ([ReVanced#3813](https://github.com/E85Addicts/revanced-patches/issues/3813)) ([5988b75](5988b75)) * **YouTube:** Add `Shorts autoplay` patch ([ReVanced#3794](https://github.com/E85Addicts/revanced-patches/issues/3794)) ([96b5aed](96b5aed)) * **YouTube:** Hide player shopping shelf in playlists ([ReVanced#3806](https://github.com/E85Addicts/revanced-patches/issues/3806)) ([a553a13](a553a13)) * **YouTube:** Merge multiple layout patches into `Hide Layout Components` ([ReVanced#3799](https://github.com/E85Addicts/revanced-patches/issues/3799)) ([bbcb57a](bbcb57a)) * **YouTube:** Merge multiple player overlay patches into `Hide player overlay buttons` ([ReVanced#3800](https://github.com/E85Addicts/revanced-patches/issues/3800)) ([4ba0300](4ba0300)) * **YouTube:** Support version `19.43.41` ([ReVanced#3854](https://github.com/E85Addicts/revanced-patches/issues/3854)) ([85de5c7](85de5c7)) ### Performance Improvements * Personal Sync Upstream ([6bbd9b6](6bbd9b6)) ### BREAKING CHANGES * Various APIs have been changed or removed.
# [5.0.0-dev.1](v4.17.0...v5.0.0-dev.1) (2024-11-08) ### Bug Fixes * **MyFitnessPal - Hide ads:** Constrain patch to last working version ([ReVanced#3847](https://github.com/E85Addicts/revanced-patches/issues/3847)) ([f9fa526](f9fa526)) * **Twitter - Change link sharing domain:** Support latest app version ([ReVanced#3786](https://github.com/E85Addicts/revanced-patches/issues/3786)) ([b54592c](b54592c)) * **YouTube - Copy video URL:** Support A/B player layout ([0f42574](0f42574)) * **YouTube - Custom branding:** Change icon correctly on 19.34+ ([ReVanced#3866](https://github.com/E85Addicts/revanced-patches/issues/3866)) ([2e47903](2e47903)) * **YouTube - Hide ads:** Hide new types of ads ([454281a](454281a)) * **YouTube - Hide layout components:** Move hide chips settings to Feed menu ([1ed677f](1ed677f)) * **YouTube - Hide layout components:** Remove obsolete 'Hide gray separator' ([a697701](a697701)) * **YouTube - Playback speed:** Remember playback speed with new speed menu ([ReVanced#3810](https://github.com/E85Addicts/revanced-patches/issues/3810)) ([c3a5e14](c3a5e14)) * **YouTube - Playback speed:** Restore old playback speed menu ([ReVanced#3817](https://github.com/E85Addicts/revanced-patches/issues/3817)) ([806b210](806b210)) * **YouTube - Remove background playback restrictions:** Enable for Shorts as well ([ReVanced#3671](https://github.com/E85Addicts/revanced-patches/issues/3671)) ([7db1a77](7db1a77)) * **YouTube - Return YouTube Dislike:** Use latest separator height ([ae160a3](ae160a3)) * **YouTube - Seekbar:** Use latest shade of YouTube red ([4b77648](4b77648)) * **YouTube - Settings:** Use multiline preference title for localized languages ([ReVanced#3821](https://github.com/E85Addicts/revanced-patches/issues/3821)) ([ff85d49](ff85d49)) * **YouTube - SponsorBlock:** Show correct segment behavior in settings UI after importing ([e3f25a0](e3f25a0)) * **YouTube - Spoof app version:** Remove obsolete 17.33.42 spoof target ([ReVanced#3825](https://github.com/E85Addicts/revanced-patches/issues/3825)) ([33aeba2](33aeba2)) * **YouTube:** Merge `Restore old seekbar thumbnails` into `Seekbar thumbnails` ([ReVanced#3860](https://github.com/E85Addicts/revanced-patches/issues/3860)) ([e377b1e](e377b1e)) ### Build System * Bump ReVanced Patcher ([eee1692](eee1692)) ### Features * **Music:** Custom Branding Test ([6dae3e4](6dae3e4)) * **YouTube - Hide layout components:** Hide player shopping shelf ([ReVanced#3804](https://github.com/E85Addicts/revanced-patches/issues/3804)) ([1952f3b](1952f3b)) * **YouTube - Hide player flyout menu items:** Hide stable volume ([ReVanced#3827](https://github.com/E85Addicts/revanced-patches/issues/3827)) ([b91e932](b91e932)) * **YouTube - Miniplayer:** Add horizontal drag gesture ([ReVanced#3859](https://github.com/E85Addicts/revanced-patches/issues/3859)) ([e32b19e](e32b19e)) * **YouTube - Player flyout menu:** Hide sleep timer ([ReVanced#3637](https://github.com/E85Addicts/revanced-patches/issues/3637)) ([7e1bdab](7e1bdab)) * **YouTube:** Add `Seekbar thumbnails` patch ([ReVanced#3813](https://github.com/E85Addicts/revanced-patches/issues/3813)) ([5988b75](5988b75)) * **YouTube:** Add `Shorts autoplay` patch ([ReVanced#3794](https://github.com/E85Addicts/revanced-patches/issues/3794)) ([96b5aed](96b5aed)) * **YouTube:** Hide player shopping shelf in playlists ([ReVanced#3806](https://github.com/E85Addicts/revanced-patches/issues/3806)) ([a553a13](a553a13)) * **YouTube:** Merge multiple layout patches into `Hide Layout Components` ([ReVanced#3799](https://github.com/E85Addicts/revanced-patches/issues/3799)) ([bbcb57a](bbcb57a)) * **YouTube:** Merge multiple player overlay patches into `Hide player overlay buttons` ([ReVanced#3800](https://github.com/E85Addicts/revanced-patches/issues/3800)) ([4ba0300](4ba0300)) * **YouTube:** Support version `19.43.41` ([ReVanced#3854](https://github.com/E85Addicts/revanced-patches/issues/3854)) ([85de5c7](85de5c7)) ### Performance Improvements * Personal Sync Upstream ([6bbd9b6](6bbd9b6)) ### BREAKING CHANGES * Various APIs have been changed or removed.
# [5.0.0-dev.1](v4.17.0...v5.0.0-dev.1) (2024-11-08) ### Bug Fixes * **MyFitnessPal - Hide ads:** Constrain patch to last working version ([ReVanced#3847](https://github.com/E85Addicts/revanced-patches/issues/3847)) ([f9fa526](f9fa526)) * **Twitter - Change link sharing domain:** Support latest app version ([ReVanced#3786](https://github.com/E85Addicts/revanced-patches/issues/3786)) ([b54592c](b54592c)) * **YouTube - Copy video URL:** Support A/B player layout ([0f42574](0f42574)) * **YouTube - Custom branding:** Change icon correctly on 19.34+ ([ReVanced#3866](https://github.com/E85Addicts/revanced-patches/issues/3866)) ([2e47903](2e47903)) * **YouTube - Hide ads:** Hide new types of ads ([454281a](454281a)) * **YouTube - Hide layout components:** Move hide chips settings to Feed menu ([1ed677f](1ed677f)) * **YouTube - Hide layout components:** Remove obsolete 'Hide gray separator' ([a697701](a697701)) * **YouTube - Playback speed:** Remember playback speed with new speed menu ([ReVanced#3810](https://github.com/E85Addicts/revanced-patches/issues/3810)) ([c3a5e14](c3a5e14)) * **YouTube - Playback speed:** Restore old playback speed menu ([ReVanced#3817](https://github.com/E85Addicts/revanced-patches/issues/3817)) ([806b210](806b210)) * **YouTube - Remove background playback restrictions:** Enable for Shorts as well ([ReVanced#3671](https://github.com/E85Addicts/revanced-patches/issues/3671)) ([7db1a77](7db1a77)) * **YouTube - Return YouTube Dislike:** Use latest separator height ([ae160a3](ae160a3)) * **YouTube - Seekbar:** Use latest shade of YouTube red ([4b77648](4b77648)) * **YouTube - Settings:** Use multiline preference title for localized languages ([ReVanced#3821](https://github.com/E85Addicts/revanced-patches/issues/3821)) ([ff85d49](ff85d49)) * **YouTube - SponsorBlock:** Show correct segment behavior in settings UI after importing ([e3f25a0](e3f25a0)) * **YouTube - Spoof app version:** Remove obsolete 17.33.42 spoof target ([ReVanced#3825](https://github.com/E85Addicts/revanced-patches/issues/3825)) ([33aeba2](33aeba2)) * **YouTube:** Merge `Restore old seekbar thumbnails` into `Seekbar thumbnails` ([ReVanced#3860](https://github.com/E85Addicts/revanced-patches/issues/3860)) ([e377b1e](e377b1e)) ### Build System * Bump ReVanced Patcher ([eee1692](eee1692)) ### Features * **YouTube - Hide layout components:** Hide player shopping shelf ([ReVanced#3804](https://github.com/E85Addicts/revanced-patches/issues/3804)) ([1952f3b](1952f3b)) * **YouTube - Hide player flyout menu items:** Hide stable volume ([ReVanced#3827](https://github.com/E85Addicts/revanced-patches/issues/3827)) ([b91e932](b91e932)) * **YouTube - Miniplayer:** Add horizontal drag gesture ([ReVanced#3859](https://github.com/E85Addicts/revanced-patches/issues/3859)) ([e32b19e](e32b19e)) * **YouTube - Player flyout menu:** Hide sleep timer ([ReVanced#3637](https://github.com/E85Addicts/revanced-patches/issues/3637)) ([7e1bdab](7e1bdab)) * **YouTube:** Add `Seekbar thumbnails` patch ([ReVanced#3813](https://github.com/E85Addicts/revanced-patches/issues/3813)) ([5988b75](5988b75)) * **YouTube:** Add `Shorts autoplay` patch ([ReVanced#3794](https://github.com/E85Addicts/revanced-patches/issues/3794)) ([96b5aed](96b5aed)) * **YouTube:** Hide player shopping shelf in playlists ([ReVanced#3806](https://github.com/E85Addicts/revanced-patches/issues/3806)) ([a553a13](a553a13)) * **YouTube:** Merge multiple layout patches into `Hide Layout Components` ([ReVanced#3799](https://github.com/E85Addicts/revanced-patches/issues/3799)) ([bbcb57a](bbcb57a)) * **YouTube:** Merge multiple player overlay patches into `Hide player overlay buttons` ([ReVanced#3800](https://github.com/E85Addicts/revanced-patches/issues/3800)) ([4ba0300](4ba0300)) * **YouTube:** Support version `19.43.41` ([ReVanced#3854](https://github.com/E85Addicts/revanced-patches/issues/3854)) ([85de5c7](85de5c7)) ### Performance Improvements * Personal Logo && Add upstream sync ([43d1b7a](43d1b7a)) ### BREAKING CHANGES * Various APIs have been changed or removed.
# [5.0.0-dev.1](v4.17.0...v5.0.0-dev.1) (2024-11-08) ### Bug Fixes * **MyFitnessPal - Hide ads:** Constrain patch to last working version ([ReVanced#3847](https://github.com/E85Addicts/revanced-patches/issues/3847)) ([f9fa526](f9fa526)) * **Twitter - Change link sharing domain:** Support latest app version ([ReVanced#3786](https://github.com/E85Addicts/revanced-patches/issues/3786)) ([b54592c](b54592c)) * **YouTube - Copy video URL:** Support A/B player layout ([0f42574](0f42574)) * **YouTube - Custom branding:** Change icon correctly on 19.34+ ([ReVanced#3866](https://github.com/E85Addicts/revanced-patches/issues/3866)) ([2e47903](2e47903)) * **YouTube - Hide ads:** Hide new types of ads ([454281a](454281a)) * **YouTube - Hide layout components:** Move hide chips settings to Feed menu ([1ed677f](1ed677f)) * **YouTube - Hide layout components:** Remove obsolete 'Hide gray separator' ([a697701](a697701)) * **YouTube - Playback speed:** Remember playback speed with new speed menu ([ReVanced#3810](https://github.com/E85Addicts/revanced-patches/issues/3810)) ([c3a5e14](c3a5e14)) * **YouTube - Playback speed:** Restore old playback speed menu ([ReVanced#3817](https://github.com/E85Addicts/revanced-patches/issues/3817)) ([806b210](806b210)) * **YouTube - Remove background playback restrictions:** Enable for Shorts as well ([ReVanced#3671](https://github.com/E85Addicts/revanced-patches/issues/3671)) ([7db1a77](7db1a77)) * **YouTube - Return YouTube Dislike:** Use latest separator height ([ae160a3](ae160a3)) * **YouTube - Seekbar:** Use latest shade of YouTube red ([4b77648](4b77648)) * **YouTube - Settings:** Use multiline preference title for localized languages ([ReVanced#3821](https://github.com/E85Addicts/revanced-patches/issues/3821)) ([ff85d49](ff85d49)) * **YouTube - SponsorBlock:** Show correct segment behavior in settings UI after importing ([e3f25a0](e3f25a0)) * **YouTube - Spoof app version:** Remove obsolete 17.33.42 spoof target ([ReVanced#3825](https://github.com/E85Addicts/revanced-patches/issues/3825)) ([33aeba2](33aeba2)) * **YouTube:** Merge `Restore old seekbar thumbnails` into `Seekbar thumbnails` ([ReVanced#3860](https://github.com/E85Addicts/revanced-patches/issues/3860)) ([e377b1e](e377b1e)) ### Build System * Bump ReVanced Patcher ([eee1692](eee1692)) ### Features * **YouTube - Hide layout components:** Hide player shopping shelf ([ReVanced#3804](https://github.com/E85Addicts/revanced-patches/issues/3804)) ([1952f3b](1952f3b)) * **YouTube - Hide player flyout menu items:** Hide stable volume ([ReVanced#3827](https://github.com/E85Addicts/revanced-patches/issues/3827)) ([b91e932](b91e932)) * **YouTube - Miniplayer:** Add horizontal drag gesture ([ReVanced#3859](https://github.com/E85Addicts/revanced-patches/issues/3859)) ([e32b19e](e32b19e)) * **YouTube - Player flyout menu:** Hide sleep timer ([ReVanced#3637](https://github.com/E85Addicts/revanced-patches/issues/3637)) ([7e1bdab](7e1bdab)) * **YouTube:** Add `Seekbar thumbnails` patch ([ReVanced#3813](https://github.com/E85Addicts/revanced-patches/issues/3813)) ([5988b75](5988b75)) * **YouTube:** Add `Shorts autoplay` patch ([ReVanced#3794](https://github.com/E85Addicts/revanced-patches/issues/3794)) ([96b5aed](96b5aed)) * **YouTube:** Hide player shopping shelf in playlists ([ReVanced#3806](https://github.com/E85Addicts/revanced-patches/issues/3806)) ([a553a13](a553a13)) * **YouTube:** Merge multiple layout patches into `Hide Layout Components` ([ReVanced#3799](https://github.com/E85Addicts/revanced-patches/issues/3799)) ([bbcb57a](bbcb57a)) * **YouTube:** Merge multiple player overlay patches into `Hide player overlay buttons` ([ReVanced#3800](https://github.com/E85Addicts/revanced-patches/issues/3800)) ([4ba0300](4ba0300)) * **YouTube:** Support version `19.43.41` ([ReVanced#3854](https://github.com/E85Addicts/revanced-patches/issues/3854)) ([85de5c7](85de5c7)) ### Performance Improvements * Personal Logo && Add upstream sync ([43d1b7a](43d1b7a)) ### BREAKING CHANGES * Various APIs have been changed or removed.
# [5.0.0-dev.1](v4.17.0...v5.0.0-dev.1) (2024-11-08) ### Bug Fixes * **MyFitnessPal - Hide ads:** Constrain patch to last working version ([ReVanced#3847](https://github.com/E85Addicts/revanced-patches/issues/3847)) ([f9fa526](f9fa526)) * **Twitter - Change link sharing domain:** Support latest app version ([ReVanced#3786](https://github.com/E85Addicts/revanced-patches/issues/3786)) ([b54592c](b54592c)) * **YouTube - Copy video URL:** Support A/B player layout ([0f42574](0f42574)) * **YouTube - Custom branding:** Change icon correctly on 19.34+ ([ReVanced#3866](https://github.com/E85Addicts/revanced-patches/issues/3866)) ([2e47903](2e47903)) * **YouTube - Hide ads:** Hide new types of ads ([454281a](454281a)) * **YouTube - Hide layout components:** Move hide chips settings to Feed menu ([1ed677f](1ed677f)) * **YouTube - Hide layout components:** Remove obsolete 'Hide gray separator' ([a697701](a697701)) * **YouTube - Playback speed:** Remember playback speed with new speed menu ([ReVanced#3810](https://github.com/E85Addicts/revanced-patches/issues/3810)) ([c3a5e14](c3a5e14)) * **YouTube - Playback speed:** Restore old playback speed menu ([ReVanced#3817](https://github.com/E85Addicts/revanced-patches/issues/3817)) ([806b210](806b210)) * **YouTube - Remove background playback restrictions:** Enable for Shorts as well ([ReVanced#3671](https://github.com/E85Addicts/revanced-patches/issues/3671)) ([7db1a77](7db1a77)) * **YouTube - Return YouTube Dislike:** Use latest separator height ([ae160a3](ae160a3)) * **YouTube - Seekbar:** Use latest shade of YouTube red ([4b77648](4b77648)) * **YouTube - Settings:** Use multiline preference title for localized languages ([ReVanced#3821](https://github.com/E85Addicts/revanced-patches/issues/3821)) ([ff85d49](ff85d49)) * **YouTube - SponsorBlock:** Show correct segment behavior in settings UI after importing ([e3f25a0](e3f25a0)) * **YouTube - Spoof app version:** Remove obsolete 17.33.42 spoof target ([ReVanced#3825](https://github.com/E85Addicts/revanced-patches/issues/3825)) ([33aeba2](33aeba2)) * **YouTube:** Merge `Restore old seekbar thumbnails` into `Seekbar thumbnails` ([ReVanced#3860](https://github.com/E85Addicts/revanced-patches/issues/3860)) ([e377b1e](e377b1e)) ### Build System * Bump ReVanced Patcher ([eee1692](eee1692)) ### Features * **YouTube - Hide layout components:** Hide player shopping shelf ([ReVanced#3804](https://github.com/E85Addicts/revanced-patches/issues/3804)) ([1952f3b](1952f3b)) * **YouTube - Hide player flyout menu items:** Hide stable volume ([ReVanced#3827](https://github.com/E85Addicts/revanced-patches/issues/3827)) ([b91e932](b91e932)) * **YouTube - Miniplayer:** Add horizontal drag gesture ([ReVanced#3859](https://github.com/E85Addicts/revanced-patches/issues/3859)) ([e32b19e](e32b19e)) * **YouTube - Player flyout menu:** Hide sleep timer ([ReVanced#3637](https://github.com/E85Addicts/revanced-patches/issues/3637)) ([7e1bdab](7e1bdab)) * **YouTube:** Add `Seekbar thumbnails` patch ([ReVanced#3813](https://github.com/E85Addicts/revanced-patches/issues/3813)) ([5988b75](5988b75)) * **YouTube:** Add `Shorts autoplay` patch ([ReVanced#3794](https://github.com/E85Addicts/revanced-patches/issues/3794)) ([96b5aed](96b5aed)) * **YouTube:** Hide player shopping shelf in playlists ([ReVanced#3806](https://github.com/E85Addicts/revanced-patches/issues/3806)) ([a553a13](a553a13)) * **YouTube:** Merge multiple layout patches into `Hide Layout Components` ([ReVanced#3799](https://github.com/E85Addicts/revanced-patches/issues/3799)) ([bbcb57a](bbcb57a)) * **YouTube:** Merge multiple player overlay patches into `Hide player overlay buttons` ([ReVanced#3800](https://github.com/E85Addicts/revanced-patches/issues/3800)) ([4ba0300](4ba0300)) * **YouTube:** Support version `19.43.41` ([ReVanced#3854](https://github.com/E85Addicts/revanced-patches/issues/3854)) ([85de5c7](85de5c7)) ### Performance Improvements * Personal Logo && Add upstream sync ([43d1b7a](43d1b7a)) ### BREAKING CHANGES * Various APIs have been changed or removed.
# [5.0.0-dev.1](v4.16.0...v5.0.0-dev.1) (2024-11-09) ### Bug Fixes * Add missing dependency to patch ([97f5240](97f5240)) * **MyFitnessPal - Hide ads:** Constrain patch to last working version ([ReVanced#3847](https://github.com/E85Addicts/revanced-patches/issues/3847)) ([f9fa526](f9fa526)) * **Twitter - Change link sharing domain:** Support latest app version ([ReVanced#3786](https://github.com/E85Addicts/revanced-patches/issues/3786)) ([b54592c](b54592c)) * **Twitter - Unlock downloads:** Make it work with latest versions ([ReVanced#3782](https://github.com/E85Addicts/revanced-patches/issues/3782)) ([5189122](5189122)) * **YouTube - Copy video URL:** Support A/B player layout ([0f42574](0f42574)) * **YouTube - Custom branding:** Change icon correctly on 19.34+ ([ReVanced#3866](https://github.com/E85Addicts/revanced-patches/issues/3866)) ([2e47903](2e47903)) * **YouTube - GmsCore support:** Add more replacements ([4d39770](4d39770)) * **YouTube - GmsCore support:** Remove unclear patch changes ([021d858](021d858)) * **YouTube - Hide ads:** Hide new types of ads ([454281a](454281a)) * **YouTube - Hide layout components:** Adjust settings text ([ReVanced#3745](https://github.com/E85Addicts/revanced-patches/issues/3745)) ([13998bb](13998bb)) * **YouTube - Hide layout components:** Move hide chips settings to Feed menu ([1ed677f](1ed677f)) * **YouTube - Hide layout components:** Remove obsolete 'Hide gray separator' ([a697701](a697701)) * **YouTube - Playback speed:** Remember playback speed with new speed menu ([ReVanced#3810](https://github.com/E85Addicts/revanced-patches/issues/3810)) ([c3a5e14](c3a5e14)) * **YouTube - Playback speed:** Restore old playback speed menu ([ReVanced#3817](https://github.com/E85Addicts/revanced-patches/issues/3817)) ([806b210](806b210)) * **YouTube - Remove background playback restrictions:** Enable for Shorts as well ([ReVanced#3671](https://github.com/E85Addicts/revanced-patches/issues/3671)) ([7db1a77](7db1a77)) * **YouTube - Return YouTube Dislike:** Show Shorts dislikes with new A/B button icons ([084e0a5](084e0a5)) * **YouTube - Return YouTube Dislike:** Use latest separator height ([ae160a3](ae160a3)) * **YouTube - Seekbar:** Use latest shade of YouTube red ([4b77648](4b77648)) * **YouTube - Settings:** Use multiline preference title for localized languages ([ReVanced#3821](https://github.com/E85Addicts/revanced-patches/issues/3821)) ([ff85d49](ff85d49)) * **YouTube - SponsorBlock:** Show correct segment behavior in settings UI after importing ([e3f25a0](e3f25a0)) * **YouTube - Spoof app version:** Remove obsolete 17.33.42 spoof target ([ReVanced#3825](https://github.com/E85Addicts/revanced-patches/issues/3825)) ([33aeba2](33aeba2)) * **YouTube - Spoof video streams:** Fix playback for Android VR by removing invalid body as well ([ReVanced#3769](https://github.com/E85Addicts/revanced-patches/issues/3769)) ([5150a15](5150a15)) * **YouTube:** Merge `Restore old seekbar thumbnails` into `Seekbar thumbnails` ([ReVanced#3860](https://github.com/E85Addicts/revanced-patches/issues/3860)) ([e377b1e](e377b1e)) ### Build System * Bump ReVanced Patcher ([eee1692](eee1692)) ### Features * **Backdrops - Pro unlock:** Support latest versions by removing version constraint ([a62b506](a62b506)) * **Facebook:** Add `Hide sponsored stories` patch ([ReVanced#3627](https://github.com/E85Addicts/revanced-patches/issues/3627)) ([214c72b](214c72b)) * **Sync for Reddit:** Add `Fix video downloads` patch ([ReVanced#3739](https://github.com/E85Addicts/revanced-patches/issues/3739)) ([a47ee38](a47ee38)) * **Twitter:** Add `Change link sharing domain` patch ([ReVanced#3753](https://github.com/E85Addicts/revanced-patches/issues/3753)) ([9269a07](9269a07)) * **Willhaben:** Add `Hide ads` patch ([ReVanced#3740](https://github.com/E85Addicts/revanced-patches/issues/3740)) ([1fe3a52](1fe3a52)) * **YouTube - Hide layout components:** Add option to hide Yoodles (YouTube Doodles) ([ReVanced#3743](https://github.com/E85Addicts/revanced-patches/issues/3743)) ([b8c8916](b8c8916)) * **YouTube - Hide layout components:** Hide player shopping shelf ([ReVanced#3804](https://github.com/E85Addicts/revanced-patches/issues/3804)) ([1952f3b](1952f3b)) * **YouTube - Hide player flyout menu items:** Hide stable volume ([ReVanced#3827](https://github.com/E85Addicts/revanced-patches/issues/3827)) ([b91e932](b91e932)) * **YouTube - Hide Shorts components:** Add option to hide `Use template`, `Upcoming`, `Green screen` buttons ([ReVanced#3752](https://github.com/E85Addicts/revanced-patches/issues/3752)) ([f71c406](f71c406)) * **YouTube - Hide Shorts components:** Add option to hide like fountain ([ReVanced#3731](https://github.com/E85Addicts/revanced-patches/issues/3731)) ([00a99dd](00a99dd)) * **YouTube - Hide Shorts components:** Hide `Hashtag` button ([ReVanced#3787](https://github.com/E85Addicts/revanced-patches/issues/3787)) ([828a634](828a634)) * **YouTube - Miniplayer:** Add horizontal drag gesture ([ReVanced#3859](https://github.com/E85Addicts/revanced-patches/issues/3859)) ([e32b19e](e32b19e)) * **YouTube - Player flyout menu:** Hide sleep timer ([ReVanced#3637](https://github.com/E85Addicts/revanced-patches/issues/3637)) ([7e1bdab](7e1bdab)) * **YouTube:** Add `Seekbar thumbnails` patch ([ReVanced#3813](https://github.com/E85Addicts/revanced-patches/issues/3813)) ([5988b75](5988b75)) * **YouTube:** Add `Shorts autoplay` patch ([ReVanced#3794](https://github.com/E85Addicts/revanced-patches/issues/3794)) ([96b5aed](96b5aed)) * **YouTube:** Hide player shopping shelf in playlists ([ReVanced#3806](https://github.com/E85Addicts/revanced-patches/issues/3806)) ([a553a13](a553a13)) * **YouTube:** Merge multiple layout patches into `Hide Layout Components` ([ReVanced#3799](https://github.com/E85Addicts/revanced-patches/issues/3799)) ([bbcb57a](bbcb57a)) * **YouTube:** Merge multiple player overlay patches into `Hide player overlay buttons` ([ReVanced#3800](https://github.com/E85Addicts/revanced-patches/issues/3800)) ([4ba0300](4ba0300)) * **YouTube:** Support version `19.43.41` ([ReVanced#3854](https://github.com/E85Addicts/revanced-patches/issues/3854)) ([85de5c7](85de5c7)) * **YouTube:** Support versions `19.25` and `19.34` ([ReVanced#3629](https://github.com/E85Addicts/revanced-patches/issues/3629)) ([049e7f0](049e7f0)) ### Performance Improvements * Personal Logo && Add upstream sync ([bc53d98](bc53d98)) * **YouTube - GmsCore support:** Improve performance by using hashsets ([2c5d390](2c5d390)) ### BREAKING CHANGES * Various APIs have been changed or removed.
# [5.0.0-dev.1](v4.16.0...v5.0.0-dev.1) (2024-11-09) ### Bug Fixes * Add missing dependency to patch ([97f5240](97f5240)) * **MyFitnessPal - Hide ads:** Constrain patch to last working version ([ReVanced#3847](https://github.com/E85Addicts/revanced-patches/issues/3847)) ([f9fa526](f9fa526)) * **Twitter - Change link sharing domain:** Support latest app version ([ReVanced#3786](https://github.com/E85Addicts/revanced-patches/issues/3786)) ([b54592c](b54592c)) * **Twitter - Unlock downloads:** Make it work with latest versions ([ReVanced#3782](https://github.com/E85Addicts/revanced-patches/issues/3782)) ([5189122](5189122)) * **YouTube - Copy video URL:** Support A/B player layout ([0f42574](0f42574)) * **YouTube - Custom branding:** Change icon correctly on 19.34+ ([ReVanced#3866](https://github.com/E85Addicts/revanced-patches/issues/3866)) ([2e47903](2e47903)) * **YouTube - GmsCore support:** Add more replacements ([4d39770](4d39770)) * **YouTube - GmsCore support:** Remove unclear patch changes ([021d858](021d858)) * **YouTube - Hide ads:** Hide new types of ads ([454281a](454281a)) * **YouTube - Hide layout components:** Adjust settings text ([ReVanced#3745](https://github.com/E85Addicts/revanced-patches/issues/3745)) ([13998bb](13998bb)) * **YouTube - Hide layout components:** Move hide chips settings to Feed menu ([1ed677f](1ed677f)) * **YouTube - Hide layout components:** Remove obsolete 'Hide gray separator' ([a697701](a697701)) * **YouTube - Playback speed:** Remember playback speed with new speed menu ([ReVanced#3810](https://github.com/E85Addicts/revanced-patches/issues/3810)) ([c3a5e14](c3a5e14)) * **YouTube - Playback speed:** Restore old playback speed menu ([ReVanced#3817](https://github.com/E85Addicts/revanced-patches/issues/3817)) ([806b210](806b210)) * **YouTube - Remove background playback restrictions:** Enable for Shorts as well ([ReVanced#3671](https://github.com/E85Addicts/revanced-patches/issues/3671)) ([7db1a77](7db1a77)) * **YouTube - Return YouTube Dislike:** Show Shorts dislikes with new A/B button icons ([084e0a5](084e0a5)) * **YouTube - Return YouTube Dislike:** Use latest separator height ([ae160a3](ae160a3)) * **YouTube - Seekbar:** Use latest shade of YouTube red ([4b77648](4b77648)) * **YouTube - Settings:** Use multiline preference title for localized languages ([ReVanced#3821](https://github.com/E85Addicts/revanced-patches/issues/3821)) ([ff85d49](ff85d49)) * **YouTube - SponsorBlock:** Show correct segment behavior in settings UI after importing ([e3f25a0](e3f25a0)) * **YouTube - Spoof app version:** Remove obsolete 17.33.42 spoof target ([ReVanced#3825](https://github.com/E85Addicts/revanced-patches/issues/3825)) ([33aeba2](33aeba2)) * **YouTube - Spoof video streams:** Fix playback for Android VR by removing invalid body as well ([ReVanced#3769](https://github.com/E85Addicts/revanced-patches/issues/3769)) ([5150a15](5150a15)) * **YouTube:** Merge `Restore old seekbar thumbnails` into `Seekbar thumbnails` ([ReVanced#3860](https://github.com/E85Addicts/revanced-patches/issues/3860)) ([e377b1e](e377b1e)) ### Build System * Bump ReVanced Patcher ([eee1692](eee1692)) ### Features * **Backdrops - Pro unlock:** Support latest versions by removing version constraint ([a62b506](a62b506)) * **Facebook:** Add `Hide sponsored stories` patch ([ReVanced#3627](https://github.com/E85Addicts/revanced-patches/issues/3627)) ([214c72b](214c72b)) * **Sync for Reddit:** Add `Fix video downloads` patch ([ReVanced#3739](https://github.com/E85Addicts/revanced-patches/issues/3739)) ([a47ee38](a47ee38)) * **Twitter:** Add `Change link sharing domain` patch ([ReVanced#3753](https://github.com/E85Addicts/revanced-patches/issues/3753)) ([9269a07](9269a07)) * **Willhaben:** Add `Hide ads` patch ([ReVanced#3740](https://github.com/E85Addicts/revanced-patches/issues/3740)) ([1fe3a52](1fe3a52)) * **YouTube - Hide layout components:** Add option to hide Yoodles (YouTube Doodles) ([ReVanced#3743](https://github.com/E85Addicts/revanced-patches/issues/3743)) ([b8c8916](b8c8916)) * **YouTube - Hide layout components:** Hide player shopping shelf ([ReVanced#3804](https://github.com/E85Addicts/revanced-patches/issues/3804)) ([1952f3b](1952f3b)) * **YouTube - Hide player flyout menu items:** Hide stable volume ([ReVanced#3827](https://github.com/E85Addicts/revanced-patches/issues/3827)) ([b91e932](b91e932)) * **YouTube - Hide Shorts components:** Add option to hide `Use template`, `Upcoming`, `Green screen` buttons ([ReVanced#3752](https://github.com/E85Addicts/revanced-patches/issues/3752)) ([f71c406](f71c406)) * **YouTube - Hide Shorts components:** Add option to hide like fountain ([ReVanced#3731](https://github.com/E85Addicts/revanced-patches/issues/3731)) ([00a99dd](00a99dd)) * **YouTube - Hide Shorts components:** Hide `Hashtag` button ([ReVanced#3787](https://github.com/E85Addicts/revanced-patches/issues/3787)) ([828a634](828a634)) * **YouTube - Miniplayer:** Add horizontal drag gesture ([ReVanced#3859](https://github.com/E85Addicts/revanced-patches/issues/3859)) ([e32b19e](e32b19e)) * **YouTube - Player flyout menu:** Hide sleep timer ([ReVanced#3637](https://github.com/E85Addicts/revanced-patches/issues/3637)) ([7e1bdab](7e1bdab)) * **YouTube:** Add `Seekbar thumbnails` patch ([ReVanced#3813](https://github.com/E85Addicts/revanced-patches/issues/3813)) ([5988b75](5988b75)) * **YouTube:** Add `Shorts autoplay` patch ([ReVanced#3794](https://github.com/E85Addicts/revanced-patches/issues/3794)) ([96b5aed](96b5aed)) * **YouTube:** Hide player shopping shelf in playlists ([ReVanced#3806](https://github.com/E85Addicts/revanced-patches/issues/3806)) ([a553a13](a553a13)) * **YouTube:** Merge multiple layout patches into `Hide Layout Components` ([ReVanced#3799](https://github.com/E85Addicts/revanced-patches/issues/3799)) ([bbcb57a](bbcb57a)) * **YouTube:** Merge multiple player overlay patches into `Hide player overlay buttons` ([ReVanced#3800](https://github.com/E85Addicts/revanced-patches/issues/3800)) ([4ba0300](4ba0300)) * **YouTube:** Support version `19.43.41` ([ReVanced#3854](https://github.com/E85Addicts/revanced-patches/issues/3854)) ([85de5c7](85de5c7)) * **YouTube:** Support versions `19.25` and `19.34` ([ReVanced#3629](https://github.com/E85Addicts/revanced-patches/issues/3629)) ([049e7f0](049e7f0)) ### Performance Improvements * Personal Logo && Add upstream sync ([bc53d98](bc53d98)) * **YouTube - GmsCore support:** Improve performance by using hashsets ([2c5d390](2c5d390)) ### BREAKING CHANGES * Various APIs have been changed or removed.
# [5.0.0-dev.1](v4.16.0...v5.0.0-dev.1) (2024-11-09) ### Bug Fixes * Add missing dependency to patch ([97f5240](97f5240)) * **MyFitnessPal - Hide ads:** Constrain patch to last working version ([ReVanced#3847](https://github.com/E85Addicts/revanced-patches/issues/3847)) ([f9fa526](f9fa526)) * **Twitter - Change link sharing domain:** Support latest app version ([ReVanced#3786](https://github.com/E85Addicts/revanced-patches/issues/3786)) ([b54592c](b54592c)) * **Twitter - Unlock downloads:** Make it work with latest versions ([ReVanced#3782](https://github.com/E85Addicts/revanced-patches/issues/3782)) ([5189122](5189122)) * **YouTube - Copy video URL:** Support A/B player layout ([0f42574](0f42574)) * **YouTube - Custom branding:** Change icon correctly on 19.34+ ([ReVanced#3866](https://github.com/E85Addicts/revanced-patches/issues/3866)) ([2e47903](2e47903)) * **YouTube - GmsCore support:** Add more replacements ([4d39770](4d39770)) * **YouTube - GmsCore support:** Remove unclear patch changes ([021d858](021d858)) * **YouTube - Hide ads:** Hide new types of ads ([454281a](454281a)) * **YouTube - Hide layout components:** Adjust settings text ([ReVanced#3745](https://github.com/E85Addicts/revanced-patches/issues/3745)) ([13998bb](13998bb)) * **YouTube - Hide layout components:** Move hide chips settings to Feed menu ([1ed677f](1ed677f)) * **YouTube - Hide layout components:** Remove obsolete 'Hide gray separator' ([a697701](a697701)) * **YouTube - Playback speed:** Remember playback speed with new speed menu ([ReVanced#3810](https://github.com/E85Addicts/revanced-patches/issues/3810)) ([c3a5e14](c3a5e14)) * **YouTube - Playback speed:** Restore old playback speed menu ([ReVanced#3817](https://github.com/E85Addicts/revanced-patches/issues/3817)) ([806b210](806b210)) * **YouTube - Remember video quality:** Correctly set default quality when changing from a low quality video ([ReVanced#3879](https://github.com/E85Addicts/revanced-patches/issues/3879)) ([ddb73e8](ddb73e8)) * **YouTube - Remove background playback restrictions:** Enable for Shorts as well ([ReVanced#3671](https://github.com/E85Addicts/revanced-patches/issues/3671)) ([7db1a77](7db1a77)) * **YouTube - Return YouTube Dislike:** Show Shorts dislikes with new A/B button icons ([084e0a5](084e0a5)) * **YouTube - Return YouTube Dislike:** Use latest separator height ([ae160a3](ae160a3)) * **YouTube - Seekbar:** Use latest shade of YouTube red ([4b77648](4b77648)) * **YouTube - Settings:** Use multiline preference title for localized languages ([ReVanced#3821](https://github.com/E85Addicts/revanced-patches/issues/3821)) ([ff85d49](ff85d49)) * **YouTube - SponsorBlock:** Show correct segment behavior in settings UI after importing ([e3f25a0](e3f25a0)) * **YouTube - Spoof app version:** Remove obsolete 17.33.42 spoof target ([ReVanced#3825](https://github.com/E85Addicts/revanced-patches/issues/3825)) ([33aeba2](33aeba2)) * **YouTube - Spoof video streams:** Fix playback for Android VR by removing invalid body as well ([ReVanced#3769](https://github.com/E85Addicts/revanced-patches/issues/3769)) ([5150a15](5150a15)) * **YouTube:** Merge `Restore old seekbar thumbnails` into `Seekbar thumbnails` ([ReVanced#3860](https://github.com/E85Addicts/revanced-patches/issues/3860)) ([e377b1e](e377b1e)) ### Build System * Bump ReVanced Patcher ([eee1692](eee1692)) ### Features * **Backdrops - Pro unlock:** Support latest versions by removing version constraint ([a62b506](a62b506)) * **Facebook:** Add `Hide sponsored stories` patch ([ReVanced#3627](https://github.com/E85Addicts/revanced-patches/issues/3627)) ([214c72b](214c72b)) * **Sync for Reddit:** Add `Fix video downloads` patch ([ReVanced#3739](https://github.com/E85Addicts/revanced-patches/issues/3739)) ([a47ee38](a47ee38)) * **Twitter:** Add `Change link sharing domain` patch ([ReVanced#3753](https://github.com/E85Addicts/revanced-patches/issues/3753)) ([9269a07](9269a07)) * **Willhaben:** Add `Hide ads` patch ([ReVanced#3740](https://github.com/E85Addicts/revanced-patches/issues/3740)) ([1fe3a52](1fe3a52)) * **YouTube - Hide layout components:** Add option to hide Yoodles (YouTube Doodles) ([ReVanced#3743](https://github.com/E85Addicts/revanced-patches/issues/3743)) ([b8c8916](b8c8916)) * **YouTube - Hide layout components:** Hide player shopping shelf ([ReVanced#3804](https://github.com/E85Addicts/revanced-patches/issues/3804)) ([1952f3b](1952f3b)) * **YouTube - Hide player flyout menu items:** Hide stable volume ([ReVanced#3827](https://github.com/E85Addicts/revanced-patches/issues/3827)) ([b91e932](b91e932)) * **YouTube - Hide Shorts components:** Add option to hide `Use template`, `Upcoming`, `Green screen` buttons ([ReVanced#3752](https://github.com/E85Addicts/revanced-patches/issues/3752)) ([f71c406](f71c406)) * **YouTube - Hide Shorts components:** Add option to hide like fountain ([ReVanced#3731](https://github.com/E85Addicts/revanced-patches/issues/3731)) ([00a99dd](00a99dd)) * **YouTube - Hide Shorts components:** Hide `Hashtag` button ([ReVanced#3787](https://github.com/E85Addicts/revanced-patches/issues/3787)) ([828a634](828a634)) * **YouTube - Miniplayer:** Add horizontal drag gesture ([ReVanced#3859](https://github.com/E85Addicts/revanced-patches/issues/3859)) ([e32b19e](e32b19e)) * **YouTube - Player flyout menu:** Hide sleep timer ([ReVanced#3637](https://github.com/E85Addicts/revanced-patches/issues/3637)) ([7e1bdab](7e1bdab)) * **YouTube:** Add `Seekbar thumbnails` patch ([ReVanced#3813](https://github.com/E85Addicts/revanced-patches/issues/3813)) ([5988b75](5988b75)) * **YouTube:** Add `Shorts autoplay` patch ([ReVanced#3794](https://github.com/E85Addicts/revanced-patches/issues/3794)) ([96b5aed](96b5aed)) * **YouTube:** Hide player shopping shelf in playlists ([ReVanced#3806](https://github.com/E85Addicts/revanced-patches/issues/3806)) ([a553a13](a553a13)) * **YouTube:** Merge multiple layout patches into `Hide Layout Components` ([ReVanced#3799](https://github.com/E85Addicts/revanced-patches/issues/3799)) ([bbcb57a](bbcb57a)) * **YouTube:** Merge multiple player overlay patches into `Hide player overlay buttons` ([ReVanced#3800](https://github.com/E85Addicts/revanced-patches/issues/3800)) ([4ba0300](4ba0300)) * **YouTube:** Support version `19.43.41` ([ReVanced#3854](https://github.com/E85Addicts/revanced-patches/issues/3854)) ([85de5c7](85de5c7)) * **YouTube:** Support versions `19.25` and `19.34` ([ReVanced#3629](https://github.com/E85Addicts/revanced-patches/issues/3629)) ([049e7f0](049e7f0)) ### Performance Improvements * Personal Logo && Add upstream sync ([1e32782](1e32782)) * **YouTube - GmsCore support:** Improve performance by using hashsets ([2c5d390](2c5d390)) ### BREAKING CHANGES * Various APIs have been changed or removed.
# [5.0.0-dev.1](v4.16.0...v5.0.0-dev.1) (2024-11-09) ### Bug Fixes * Add missing dependency to patch ([97f5240](97f5240)) * **MyFitnessPal - Hide ads:** Constrain patch to last working version ([ReVanced#3847](https://github.com/E85Addicts/revanced-patches/issues/3847)) ([f9fa526](f9fa526)) * **Twitter - Change link sharing domain:** Support latest app version ([ReVanced#3786](https://github.com/E85Addicts/revanced-patches/issues/3786)) ([b54592c](b54592c)) * **Twitter - Unlock downloads:** Make it work with latest versions ([ReVanced#3782](https://github.com/E85Addicts/revanced-patches/issues/3782)) ([5189122](5189122)) * **YouTube - Copy video URL:** Support A/B player layout ([0f42574](0f42574)) * **YouTube - Custom branding:** Change icon correctly on 19.34+ ([ReVanced#3866](https://github.com/E85Addicts/revanced-patches/issues/3866)) ([2e47903](2e47903)) * **YouTube - GmsCore support:** Add more replacements ([4d39770](4d39770)) * **YouTube - GmsCore support:** Remove unclear patch changes ([021d858](021d858)) * **YouTube - Hide ads:** Hide new types of ads ([454281a](454281a)) * **YouTube - Hide layout components:** Adjust settings text ([ReVanced#3745](https://github.com/E85Addicts/revanced-patches/issues/3745)) ([13998bb](13998bb)) * **YouTube - Hide layout components:** Move hide chips settings to Feed menu ([1ed677f](1ed677f)) * **YouTube - Hide layout components:** Remove obsolete 'Hide gray separator' ([a697701](a697701)) * **YouTube - Playback speed:** Remember playback speed with new speed menu ([ReVanced#3810](https://github.com/E85Addicts/revanced-patches/issues/3810)) ([c3a5e14](c3a5e14)) * **YouTube - Playback speed:** Restore old playback speed menu ([ReVanced#3817](https://github.com/E85Addicts/revanced-patches/issues/3817)) ([806b210](806b210)) * **YouTube - Remember video quality:** Correctly set default quality when changing from a low quality video ([ReVanced#3879](https://github.com/E85Addicts/revanced-patches/issues/3879)) ([ddb73e8](ddb73e8)) * **YouTube - Remove background playback restrictions:** Enable for Shorts as well ([ReVanced#3671](https://github.com/E85Addicts/revanced-patches/issues/3671)) ([7db1a77](7db1a77)) * **YouTube - Return YouTube Dislike:** Show Shorts dislikes with new A/B button icons ([084e0a5](084e0a5)) * **YouTube - Return YouTube Dislike:** Use latest separator height ([ae160a3](ae160a3)) * **YouTube - Seekbar:** Use latest shade of YouTube red ([4b77648](4b77648)) * **YouTube - Settings:** Use multiline preference title for localized languages ([ReVanced#3821](https://github.com/E85Addicts/revanced-patches/issues/3821)) ([ff85d49](ff85d49)) * **YouTube - SponsorBlock:** Show correct segment behavior in settings UI after importing ([e3f25a0](e3f25a0)) * **YouTube - Spoof app version:** Remove obsolete 17.33.42 spoof target ([ReVanced#3825](https://github.com/E85Addicts/revanced-patches/issues/3825)) ([33aeba2](33aeba2)) * **YouTube - Spoof video streams:** Fix playback for Android VR by removing invalid body as well ([ReVanced#3769](https://github.com/E85Addicts/revanced-patches/issues/3769)) ([5150a15](5150a15)) * **YouTube:** Merge `Restore old seekbar thumbnails` into `Seekbar thumbnails` ([ReVanced#3860](https://github.com/E85Addicts/revanced-patches/issues/3860)) ([e377b1e](e377b1e)) ### Build System * Bump ReVanced Patcher ([eee1692](eee1692)) ### Features * **Backdrops - Pro unlock:** Support latest versions by removing version constraint ([a62b506](a62b506)) * **Facebook:** Add `Hide sponsored stories` patch ([ReVanced#3627](https://github.com/E85Addicts/revanced-patches/issues/3627)) ([214c72b](214c72b)) * **Sync for Reddit:** Add `Fix video downloads` patch ([ReVanced#3739](https://github.com/E85Addicts/revanced-patches/issues/3739)) ([a47ee38](a47ee38)) * **Twitter:** Add `Change link sharing domain` patch ([ReVanced#3753](https://github.com/E85Addicts/revanced-patches/issues/3753)) ([9269a07](9269a07)) * **Willhaben:** Add `Hide ads` patch ([ReVanced#3740](https://github.com/E85Addicts/revanced-patches/issues/3740)) ([1fe3a52](1fe3a52)) * **YouTube - Hide layout components:** Add option to hide Yoodles (YouTube Doodles) ([ReVanced#3743](https://github.com/E85Addicts/revanced-patches/issues/3743)) ([b8c8916](b8c8916)) * **YouTube - Hide layout components:** Hide player shopping shelf ([ReVanced#3804](https://github.com/E85Addicts/revanced-patches/issues/3804)) ([1952f3b](1952f3b)) * **YouTube - Hide player flyout menu items:** Hide stable volume ([ReVanced#3827](https://github.com/E85Addicts/revanced-patches/issues/3827)) ([b91e932](b91e932)) * **YouTube - Hide Shorts components:** Add option to hide `Use template`, `Upcoming`, `Green screen` buttons ([ReVanced#3752](https://github.com/E85Addicts/revanced-patches/issues/3752)) ([f71c406](f71c406)) * **YouTube - Hide Shorts components:** Add option to hide like fountain ([ReVanced#3731](https://github.com/E85Addicts/revanced-patches/issues/3731)) ([00a99dd](00a99dd)) * **YouTube - Hide Shorts components:** Hide `Hashtag` button ([ReVanced#3787](https://github.com/E85Addicts/revanced-patches/issues/3787)) ([828a634](828a634)) * **YouTube - Miniplayer:** Add horizontal drag gesture ([ReVanced#3859](https://github.com/E85Addicts/revanced-patches/issues/3859)) ([e32b19e](e32b19e)) * **YouTube - Player flyout menu:** Hide sleep timer ([ReVanced#3637](https://github.com/E85Addicts/revanced-patches/issues/3637)) ([7e1bdab](7e1bdab)) * **YouTube:** Add `Seekbar thumbnails` patch ([ReVanced#3813](https://github.com/E85Addicts/revanced-patches/issues/3813)) ([5988b75](5988b75)) * **YouTube:** Add `Shorts autoplay` patch ([ReVanced#3794](https://github.com/E85Addicts/revanced-patches/issues/3794)) ([96b5aed](96b5aed)) * **YouTube:** Hide player shopping shelf in playlists ([ReVanced#3806](https://github.com/E85Addicts/revanced-patches/issues/3806)) ([a553a13](a553a13)) * **YouTube:** Merge multiple layout patches into `Hide Layout Components` ([ReVanced#3799](https://github.com/E85Addicts/revanced-patches/issues/3799)) ([bbcb57a](bbcb57a)) * **YouTube:** Merge multiple player overlay patches into `Hide player overlay buttons` ([ReVanced#3800](https://github.com/E85Addicts/revanced-patches/issues/3800)) ([4ba0300](4ba0300)) * **YouTube:** Support version `19.43.41` ([ReVanced#3854](https://github.com/E85Addicts/revanced-patches/issues/3854)) ([85de5c7](85de5c7)) * **YouTube:** Support versions `19.25` and `19.34` ([ReVanced#3629](https://github.com/E85Addicts/revanced-patches/issues/3629)) ([049e7f0](049e7f0)) ### Performance Improvements * Personal Logo && Add upstream sync ([1e32782](1e32782)) * **YouTube - GmsCore support:** Improve performance by using hashsets ([2c5d390](2c5d390)) ### BREAKING CHANGES * Various APIs have been changed or removed.
# [5.0.0](v4.17.0...v5.0.0) (2024-11-10) ### Bug Fixes * Add missing dependency to patch ([97f5240](97f5240)) * **MyFitnessPal - Hide ads:** Constrain patch to last working version ([#3847](#3847)) ([f9fa526](f9fa526)) * **Twitter - Change link sharing domain:** Support latest app version ([#3786](#3786)) ([b54592c](b54592c)) * **YouTube - Copy video URL:** Support A/B player layout ([0f42574](0f42574)) * **YouTube - Custom branding:** Change icon correctly on 19.34+ ([#3866](#3866)) ([2e47903](2e47903)) * **YouTube - Hide ads:** Hide new types of ads ([454281a](454281a)) * **YouTube - Hide layout components:** Move hide chips settings to Feed menu ([1ed677f](1ed677f)) * **YouTube - Hide layout components:** Remove obsolete 'Hide gray separator' ([a697701](a697701)) * **YouTube - Playback speed:** Remember playback speed with new speed menu ([#3810](#3810)) ([c3a5e14](c3a5e14)) * **YouTube - Playback speed:** Restore old playback speed menu ([#3817](#3817)) ([806b210](806b210)) * **YouTube - Remember video quality:** Correctly set default quality when changing from a low quality video ([#3879](#3879)) ([ddb73e8](ddb73e8)) * **YouTube - Remove background playback restrictions:** Enable for Shorts as well ([#3671](#3671)) ([7db1a77](7db1a77)) * **YouTube - Return YouTube Dislike:** Show Shorts dislikes with new A/B button icons ([084e0a5](084e0a5)) * **YouTube - Return YouTube Dislike:** Use latest separator height ([ae160a3](ae160a3)) * **YouTube - Seekbar:** Use latest shade of YouTube red ([4b77648](4b77648)) * **YouTube - Settings:** Use multiline preference title for localized languages ([#3821](#3821)) ([ff85d49](ff85d49)) * **YouTube - SponsorBlock:** Show correct segment behavior in settings UI after importing ([e3f25a0](e3f25a0)) * **YouTube - Spoof app version:** Remove obsolete 17.33.42 spoof target ([#3825](#3825)) ([33aeba2](33aeba2)) * **YouTube:** Merge `Restore old seekbar thumbnails` into `Seekbar thumbnails` ([#3860](#3860)) ([e377b1e](e377b1e)) ### Build System * Bump ReVanced Patcher ([eee1692](eee1692)) ### Features * **YouTube - Hide layout components:** Hide player shopping shelf ([#3804](#3804)) ([1952f3b](1952f3b)) * **YouTube - Hide player flyout menu items:** Hide stable volume ([#3827](#3827)) ([b91e932](b91e932)) * **YouTube - Miniplayer:** Add horizontal drag gesture ([#3859](#3859)) ([e32b19e](e32b19e)) * **YouTube - Player flyout menu:** Hide sleep timer ([#3637](#3637)) ([7e1bdab](7e1bdab)) * **YouTube:** Add `Seekbar thumbnails` patch ([#3813](#3813)) ([5988b75](5988b75)) * **YouTube:** Add `Shorts autoplay` patch ([#3794](#3794)) ([96b5aed](96b5aed)) * **YouTube:** Hide player shopping shelf in playlists ([#3806](#3806)) ([a553a13](a553a13)) * **YouTube:** Merge multiple layout patches into `Hide Layout Components` ([#3799](#3799)) ([bbcb57a](bbcb57a)) * **YouTube:** Merge multiple player overlay patches into `Hide player overlay buttons` ([#3800](#3800)) ([4ba0300](4ba0300)) * **YouTube:** Support version `19.43.41` ([#3854](#3854)) ([85de5c7](85de5c7)) ### BREAKING CHANGES * Various APIs have been changed or removed.
# [5.0.0](v4.17.0...v5.0.0) (2024-11-10) ### Bug Fixes * Add missing dependency to patch ([97f5240](97f5240)) * **MyFitnessPal - Hide ads:** Constrain patch to last working version ([ReVanced#3847](https://github.com/E85Addict/revanced-patches/issues/3847)) ([f9fa526](f9fa526)) * **Twitter - Change link sharing domain:** Support latest app version ([ReVanced#3786](https://github.com/E85Addict/revanced-patches/issues/3786)) ([b54592c](b54592c)) * **YouTube - Copy video URL:** Support A/B player layout ([0f42574](0f42574)) * **YouTube - Custom branding:** Change icon correctly on 19.34+ ([ReVanced#3866](https://github.com/E85Addict/revanced-patches/issues/3866)) ([2e47903](2e47903)) * **YouTube - Hide ads:** Hide new types of ads ([454281a](454281a)) * **YouTube - Hide layout components:** Move hide chips settings to Feed menu ([1ed677f](1ed677f)) * **YouTube - Hide layout components:** Remove obsolete 'Hide gray separator' ([a697701](a697701)) * **YouTube - Playback speed:** Remember playback speed with new speed menu ([ReVanced#3810](https://github.com/E85Addict/revanced-patches/issues/3810)) ([c3a5e14](c3a5e14)) * **YouTube - Playback speed:** Restore old playback speed menu ([ReVanced#3817](https://github.com/E85Addict/revanced-patches/issues/3817)) ([806b210](806b210)) * **YouTube - Remember video quality:** Correctly set default quality when changing from a low quality video ([ReVanced#3879](https://github.com/E85Addict/revanced-patches/issues/3879)) ([ddb73e8](ddb73e8)) * **YouTube - Remove background playback restrictions:** Enable for Shorts as well ([ReVanced#3671](https://github.com/E85Addict/revanced-patches/issues/3671)) ([7db1a77](7db1a77)) * **YouTube - Return YouTube Dislike:** Show Shorts dislikes with new A/B button icons ([084e0a5](084e0a5)) * **YouTube - Return YouTube Dislike:** Use latest separator height ([ae160a3](ae160a3)) * **YouTube - Seekbar:** Use latest shade of YouTube red ([4b77648](4b77648)) * **YouTube - Settings:** Use multiline preference title for localized languages ([ReVanced#3821](https://github.com/E85Addict/revanced-patches/issues/3821)) ([ff85d49](ff85d49)) * **YouTube - SponsorBlock:** Show correct segment behavior in settings UI after importing ([e3f25a0](e3f25a0)) * **YouTube - Spoof app version:** Remove obsolete 17.33.42 spoof target ([ReVanced#3825](https://github.com/E85Addict/revanced-patches/issues/3825)) ([33aeba2](33aeba2)) * **YouTube:** Merge `Restore old seekbar thumbnails` into `Seekbar thumbnails` ([ReVanced#3860](https://github.com/E85Addict/revanced-patches/issues/3860)) ([e377b1e](e377b1e)) ### Build System * Bump ReVanced Patcher ([eee1692](eee1692)) ### Features * **YouTube - Hide layout components:** Hide player shopping shelf ([ReVanced#3804](https://github.com/E85Addict/revanced-patches/issues/3804)) ([1952f3b](1952f3b)) * **YouTube - Hide player flyout menu items:** Hide stable volume ([ReVanced#3827](https://github.com/E85Addict/revanced-patches/issues/3827)) ([b91e932](b91e932)) * **YouTube - Miniplayer:** Add horizontal drag gesture ([ReVanced#3859](https://github.com/E85Addict/revanced-patches/issues/3859)) ([e32b19e](e32b19e)) * **YouTube - Player flyout menu:** Hide sleep timer ([ReVanced#3637](https://github.com/E85Addict/revanced-patches/issues/3637)) ([7e1bdab](7e1bdab)) * **YouTube:** Add `Seekbar thumbnails` patch ([ReVanced#3813](https://github.com/E85Addict/revanced-patches/issues/3813)) ([5988b75](5988b75)) * **YouTube:** Add `Shorts autoplay` patch ([ReVanced#3794](https://github.com/E85Addict/revanced-patches/issues/3794)) ([96b5aed](96b5aed)) * **YouTube:** Hide player shopping shelf in playlists ([ReVanced#3806](https://github.com/E85Addict/revanced-patches/issues/3806)) ([a553a13](a553a13)) * **YouTube:** Merge multiple layout patches into `Hide Layout Components` ([ReVanced#3799](https://github.com/E85Addict/revanced-patches/issues/3799)) ([bbcb57a](bbcb57a)) * **YouTube:** Merge multiple player overlay patches into `Hide player overlay buttons` ([ReVanced#3800](https://github.com/E85Addict/revanced-patches/issues/3800)) ([4ba0300](4ba0300)) * **YouTube:** Support version `19.43.41` ([ReVanced#3854](https://github.com/E85Addict/revanced-patches/issues/3854)) ([85de5c7](85de5c7)) ### Performance Improvements * Personal Logo && Add upstream sync ([8cca200](8cca200)) ### BREAKING CHANGES * Various APIs have been changed or removed.
# [5.0.0](v4.17.0...v5.0.0) (2024-11-10) ### Bug Fixes * Add missing dependency to patch ([97f5240](97f5240)) * **MyFitnessPal - Hide ads:** Constrain patch to last working version ([ReVanced#3847](https://github.com/E85Addict/revanced-patches/issues/3847)) ([f9fa526](f9fa526)) * **Twitter - Change link sharing domain:** Support latest app version ([ReVanced#3786](https://github.com/E85Addict/revanced-patches/issues/3786)) ([b54592c](b54592c)) * **YouTube - Copy video URL:** Support A/B player layout ([0f42574](0f42574)) * **YouTube - Custom branding:** Change icon correctly on 19.34+ ([ReVanced#3866](https://github.com/E85Addict/revanced-patches/issues/3866)) ([2e47903](2e47903)) * **YouTube - Hide ads:** Hide new types of ads ([454281a](454281a)) * **YouTube - Hide layout components:** Move hide chips settings to Feed menu ([1ed677f](1ed677f)) * **YouTube - Hide layout components:** Remove obsolete 'Hide gray separator' ([a697701](a697701)) * **YouTube - Playback speed:** Remember playback speed with new speed menu ([ReVanced#3810](https://github.com/E85Addict/revanced-patches/issues/3810)) ([c3a5e14](c3a5e14)) * **YouTube - Playback speed:** Restore old playback speed menu ([ReVanced#3817](https://github.com/E85Addict/revanced-patches/issues/3817)) ([806b210](806b210)) * **YouTube - Remember video quality:** Correctly set default quality when changing from a low quality video ([ReVanced#3879](https://github.com/E85Addict/revanced-patches/issues/3879)) ([ddb73e8](ddb73e8)) * **YouTube - Remove background playback restrictions:** Enable for Shorts as well ([ReVanced#3671](https://github.com/E85Addict/revanced-patches/issues/3671)) ([7db1a77](7db1a77)) * **YouTube - Return YouTube Dislike:** Show Shorts dislikes with new A/B button icons ([084e0a5](084e0a5)) * **YouTube - Return YouTube Dislike:** Use latest separator height ([ae160a3](ae160a3)) * **YouTube - Seekbar:** Use latest shade of YouTube red ([4b77648](4b77648)) * **YouTube - Settings:** Use multiline preference title for localized languages ([ReVanced#3821](https://github.com/E85Addict/revanced-patches/issues/3821)) ([ff85d49](ff85d49)) * **YouTube - SponsorBlock:** Show correct segment behavior in settings UI after importing ([e3f25a0](e3f25a0)) * **YouTube - Spoof app version:** Remove obsolete 17.33.42 spoof target ([ReVanced#3825](https://github.com/E85Addict/revanced-patches/issues/3825)) ([33aeba2](33aeba2)) * **YouTube:** Merge `Restore old seekbar thumbnails` into `Seekbar thumbnails` ([ReVanced#3860](https://github.com/E85Addict/revanced-patches/issues/3860)) ([e377b1e](e377b1e)) ### Build System * Bump ReVanced Patcher ([eee1692](eee1692)) ### Features * **YouTube - Hide layout components:** Hide player shopping shelf ([ReVanced#3804](https://github.com/E85Addict/revanced-patches/issues/3804)) ([1952f3b](1952f3b)) * **YouTube - Hide player flyout menu items:** Hide stable volume ([ReVanced#3827](https://github.com/E85Addict/revanced-patches/issues/3827)) ([b91e932](b91e932)) * **YouTube - Miniplayer:** Add horizontal drag gesture ([ReVanced#3859](https://github.com/E85Addict/revanced-patches/issues/3859)) ([e32b19e](e32b19e)) * **YouTube - Player flyout menu:** Hide sleep timer ([ReVanced#3637](https://github.com/E85Addict/revanced-patches/issues/3637)) ([7e1bdab](7e1bdab)) * **YouTube:** Add `Seekbar thumbnails` patch ([ReVanced#3813](https://github.com/E85Addict/revanced-patches/issues/3813)) ([5988b75](5988b75)) * **YouTube:** Add `Shorts autoplay` patch ([ReVanced#3794](https://github.com/E85Addict/revanced-patches/issues/3794)) ([96b5aed](96b5aed)) * **YouTube:** Hide player shopping shelf in playlists ([ReVanced#3806](https://github.com/E85Addict/revanced-patches/issues/3806)) ([a553a13](a553a13)) * **YouTube:** Merge multiple layout patches into `Hide Layout Components` ([ReVanced#3799](https://github.com/E85Addict/revanced-patches/issues/3799)) ([bbcb57a](bbcb57a)) * **YouTube:** Merge multiple player overlay patches into `Hide player overlay buttons` ([ReVanced#3800](https://github.com/E85Addict/revanced-patches/issues/3800)) ([4ba0300](4ba0300)) * **YouTube:** Support version `19.43.41` ([ReVanced#3854](https://github.com/E85Addict/revanced-patches/issues/3854)) ([85de5c7](85de5c7)) ### Performance Improvements * Personal Logo && Add upstream sync ([c600454](c600454)) ### BREAKING CHANGES * Various APIs have been changed or removed.
Sleep timer is a new feature rolling out to all YouTube users.